golang.org/x/crypto/sha3.state.a (field)
14 uses
golang.org/x/crypto/sha3 (current package)
legacy_hash.go#L58: a [1600 / 8]byte // main state of the hash
legacy_hash.go#L93: for i := range d.a {
legacy_hash.go#L94: d.a[i] = 0
legacy_hash.go#L111: a[i] = binary.LittleEndian.Uint64(d.a[i*8:])
legacy_hash.go#L114: a = (*[25]uint64)(unsafe.Pointer(&d.a))
legacy_hash.go#L122: binary.LittleEndian.PutUint64(d.a[i*8:], a[i])
legacy_hash.go#L134: d.a[d.n] ^= d.dsbyte
legacy_hash.go#L138: d.a[d.rate-1] ^= 0x80
legacy_hash.go#L154: x := subtle.XORBytes(d.a[d.n:d.rate], d.a[d.n:d.rate], p)
legacy_hash.go#L183: x := copy(out, d.a[d.n:d.rate])
legacy_hash.go#L225: b = append(b, d.a[:]...)
legacy_hash.go#L249: copy(d.a[:], b)
legacy_hash.go#L250: b = b[len(d.a):]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |